home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / f90 / max.z / max
Text File  |  1998-10-30  |  2KB  |  53 lines

  1. MAX(3I)                                                Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      MMAAXX, MMAAXX00, AAMMAAXX11, DDMMAAXX11, AAMMAAXX00, MMAAXX11 - Returns maximum values
  6.  
  7. SSYYNNOOPPSSIISS
  8.      MMAAXX00 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
  9.  
  10.      AAMMAAXX11 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
  11.  
  12.      DDMMAAXX11 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
  13.  
  14.      AAMMAAXX00 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
  15.  
  16.      MMAAXX11 (([AA11==]_a_1,, [AA22==]_a_2 [,,[AA33==]_a_3] ... ))
  17.  
  18. IIMMPPLLEEMMEENNTTAATTIIOONN
  19.      UNICOS, UNICOS/mk, and IRIX systems
  20.  
  21. SSTTAANNDDAARRDDSS
  22.      Fortran 90
  23.  
  24. DDEESSCCRRIIPPTTIIOONN
  25.      The MMAAXX intrinsic functions determine maximum values.  MMAAXX is the
  26.      generic name.  It accepts the following arguments:
  27.  
  28.      _a_1,, _a_2,, _a_3,, ......
  29.           The arguments must all have the same type, which must be integer
  30.           or real, and they must all have the same kind type parameter.
  31.  
  32.      MMAAXX, MMAAXX00, AAMMAAXX11, DDMMAAXX11, AAMMAAXX00, and MMAAXX11 are elemental functions.  The
  33.      names of these intrinsics cannot be passed as arguments.
  34.  
  35. NNOOTTEESS
  36.      On UNICOS systems, both execution speed and the number of bits used in
  37.      mathematical operations are affected when compiling with
  38.      ff9900 --OO ffaassttiinntt, which is the default setting.  For more information,
  39.      see _C_F_9_0 _C_o_m_m_a_n_d_s _a_n_d _D_i_r_e_c_t_i_v_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-
  40.      3901.
  41.  
  42. RREETTUURRNN VVAALLUUEESS
  43.      The result type and type parameter are the same as the arguments.  The
  44.      value of the result is that of the largest argument.
  45.  
  46. EEXXAAMMPPLLEESS
  47.      MMAAXX((--99..00,, 77..00,, 22..00)) has the value 7.0.
  48.  
  49. SSEEEE AALLSSOO
  50.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
  51.      printed version of this man page.
  52.  
  53.